This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requirements for Contributing a Bug Fix
Identify the Bug
Similar to #87, building is broken in FreeBSD for 2 reasons:
Description of the Change
I would really like to make this change support OpenBSD as #87 reports, but given that I don't have a VM available at the moment, I limited my changes to FreeBSD (that I can test).
This PR includes 2 changes:
freebsd
a recognizable platform alongsidemac
,linux
andwin
. The logic is identical to Linux, since nothing special is required.Alternate Designs
Ideally, we could update hunspell to the latest version. However that might be a big change, given that the last time that the vendor directory was updated was 6 years ago.
With this in mind, I tried to pick the minimum amount of changes that will unbreak the build and minimize the risk of breakage.
Possible Drawbacks
I am not aware of any drawbacks. Given that this is just following the upstream commits, this shouldn't have any negative impact.
Verification Process
Verified that the build works, and that the unit tests still pass.
Release Notes